home *** CD-ROM | disk | FTP | other *** search
/ Computer Arts Interactive 4 / CARTS4.iso / mac / MiniCad 6.0.1 demo / MiniCad 6.0.1 Demo / MiniCad 6.0.1 Demo.rsrc / STR#_7018.txt < prev    next >
Text File  |  1996-03-22  |  534b  |  22 lines

  1. Returns the scale of the layer that is connected to h.
  2.  
  3. GetLScale(h : Handle) : REAL;
  4.  
  5. Returns the number of selected objects on the layer that is connected to h.
  6.  
  7. NumSObjs(h : Handle) : INTEGER;
  8.  
  9. Returns the number of objects on the layer that is connected to h.
  10.  
  11. NumObj(h : Handle) : INTEGER;
  12.  
  13. Returns the visibility of the layer that is connected to LayerHandle.
  14. 0 = Normal, 1 = Grayed, 2 = Invisible
  15.  
  16. GetLVis(LayerHandle : HANDLE) : INTEGER;
  17.  
  18. Returns the name of the layer that is connected to h.
  19.  
  20. GetLName(h : Handle) : STRING;
  21.  
  22.